/* mainParts.css */
/*@font-face {
    font-family: 'Astro';
    src: url('font/Astro.woff2') format('woff2'),
        url('font/Astro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
html, body, nav, main {
	margin: 0;
    padding: 0;
   
}
a {
	color: #008;
	text-decoration:none;
}
a:hover {
	color: #b00;
	text-decoration:underline;
}
a:visited {color:#509;}
a:active  {color:#b00;}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	background-color:#FFFAF0; /* = FloralWhite dawniej: #FFF8DC;*/
}
.clear {
	clear: both;
}
nav {
    width: 260px;
	padding-bottom: 80px;
    background-color:rgb(230,230,250); /* ciemniejszy niż dawniej: *#E6E6FA;*/
    position: fixed; /*relative  absolute*/
	top: 0;
	left: 0;
}

/*section.mainPart { */
main {
    padding-top: 0;
    float: left;
    position: relative; /*absolute; relative*/
    left: 260px;
/*	width: calc(100% - 260px); */
    height: 100%;
	display: flex;
	flex-direction: column;

}
header, footer {
	position: static;
    display: block;
	width: 100%;
    height: auto;
    text-align: center;
	background-color: rgb(32, 75, 110);
    font-family: Verdana;
	font-size: 110%;
	line-height: 170%;
    color: rgb(180,197,210);  
}
header { 
	padding-top: 1ex;
/*  color: rgb(118,149,174); */
}
header img { width: 70%; }
header a, header a:visited,
footer a, footer a:visited
	{ color: rgb(180,197,210); }
header a:hover,
footer a:hover
	{ color: white; text-decoration:none; }
footer {
  padding: 2ex 0;
}
.inside {
		width: 712px;
		margin: 0;
		margin-left:60px;
	}
/*.workField { */
article {
	display: block;
	
}
article p {
	line-height: 150%;
	margin-bottom: 2ex;
}
.articleText {
	font-size: 19px;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
article .forum p {
	margin-bottom: 1ex;
}
.articlePresent {
	font-size: 19px;
	font-family: sans-serif;
	line-height: 150%;
}
.articlePresent ul {
	list-style-type: none;
}
ol li,
ul li {
	line-height: 150%;
	margin-bottom: 1ex;	
}

img { max-width: 100%; 
	border: 0; }

h1, h2, h3 {
	/*opacity: 0.66;*/
	color: rgb(73,112,163); /*ForestGreen;*/
	opacity:1.0;
	font-family: Arial, sans-serif;
	line-height:120%;
}
h1 {
	font-size: 1.9em;
	padding: 0;
	margin: 0;
	margin: 0;
	line-height: 120%;
}
.subh1 {
	font-size: 0.8em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.0em;
	padding: 0; margin:0;
}
.asH2 {
	font-size: 1.25em;
	font-weight: bold;
	color: rgb(73,112,163); /*gołębi*/
	opacity:1.0;
	font-family: Arial, sans-serif;
	line-height:120%;
	margin-bottom: 2ex;
	cursor: pointer;
}

